home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / utility / macaw103.zip / DEF16.CLR < prev    next >
Text File  |  1990-09-26  |  2KB  |  50 lines

  1. MacawColorFile ::= {
  2.  
  3.   version { major 0, minor 90 },
  4.  
  5.   max-rgb 255,
  6.  
  7.   colors {
  8.     { num  1, rgb { 255, 255, 255 }},   -- white
  9.     { num  2, rgb { 191, 191, 191 }},   -- lt.  gray
  10.     { num  3, rgb { 127, 127, 127 }},   -- med. gray
  11.     { num  4, rgb {  64,  64,  64 }},   -- dk.  gray
  12.     { num  5, rgb {   0,   0,   0 }},   -- black
  13.     { num  6, rgb { 255,   0,   0 }},   -- red
  14.     { num  7, rgb {   0, 255,   0 }},   -- green
  15.     { num  8, rgb {   0,   0, 255 }},   -- blue
  16.     { num  9, rgb {   0, 255, 255 }},   -- cyan
  17.     { num 10, rgb { 255,   0, 255 }},   -- magenta
  18.     { num 11, rgb { 255, 255,   0 }},   -- yellow
  19.     { num 12, rgb { 255, 255, 199 }},   -- lt. yellow
  20.     { num 13, rgb { 255, 255, 239 }},   -- v.lt. yellow
  21.     { num 14, rgb {   0, 127, 127 }},   -- blue shade #1
  22.     { num 15, rgb {   0,  95, 127 }},   -- blue shade #2
  23.     { num 16, rgb {   0,  63, 127 }},   -- blue shade #3
  24.     { num 17, rgb {   0,  31, 127 }},   -- blue shade #4
  25.     { num 18, rgb {   0,   0,  95 }}    -- blue shade #5
  26.   },
  27.  
  28.   text-colors {
  29.     { num  1, style normal, fore  5, back  1 }, -- black on white
  30.     { num  2, style normal, fore  5, back 13 }, -- black on v.lt.vellow
  31.     { num  3, style normal, fore  5, back 12 }, -- blue#5 on lt. yellow
  32.     { num  4, style normal, fore  1, back 14 }, -- white on blue#1
  33.     { num  5, style normal, fore  1, back 15 }, -- white on blue#2
  34.     { num  6, style normal, fore 11, back 16 }, -- yellow on blue#3
  35.     { num  7, style normal, fore 11, back 17 }, -- yellow on blue#4
  36.     { num  8, style bold,   fore 11, back 18 }  -- yellow on blue#5, BOLD
  37.   },
  38.  
  39.   color-map {
  40.     { pct  10, clr 2 }, 
  41.     { pct  30, clr 3 }, 
  42.     { pct  50, clr 4 }, 
  43.     { pct  70, clr 6 }, 
  44.     { pct  90, clr 7 }, 
  45.     { pct 100, clr 8 }  
  46.   }
  47. }
  48.  
  49.  
  50.